home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / Programs / WebcamXP.Pro.v1.02.590.WinALL / wxp_pro.exe / $INSTDIR / sound.swf / scripts / DefineButton2_18 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2003-07-01  |  350 b   |  10 lines

  1. on(press){
  2.    stopped02 = true;
  3.    playing02 = false;
  4.    paused02 = false;
  5.    _root.myMusic02.stop();
  6.    myMusic02Position = 0;
  7.    myMusicPositionText = 0;
  8.    myInfoText = "Unless you have the latest Flash Player (at least r40 version 6), you cannot restart a streaming MP3. If the sound will not restart, you can reload it to start it.";
  9. }
  10.